home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Demos / Commander Demo / Commander 2.0.1 Demo / Commander 2.0.1 Demo.rsrc / TEXT_5326_Time.txt < prev    next >
Encoding:
Text File  |  1994-08-15  |  522 b   |  18 lines

  1. ¬†Time (time string)  -> Time
  2.                                                                                     Pg 18-6
  3.  
  4. time string     string   Time for which to return number of seconds
  5.  
  6.  
  7. Time returns the time specified by time string. The time string parameter must follow the HH:MM:SS format and be in 24-hour time.
  8.  
  9.  
  10. The following example displays an alert box with the message, "1:00 P.M. = 13 hours 0 minute."
  11.  
  12.       ALERT ("1:00 P.M. = " + String (Time ("13:00:00"); 4))
  13.  
  14.  
  15.  
  16. See also: ¬†ALERT, ¬†Date, ¬†String
  17.  
  18.